tracing garbage collector造句
例句與造句
- On the other hand, tracing garbage collectors can also exhibit subtle leaks, if references are retained to data which will never be used again.
- Tracing garbage collectors are more effective at deallocating this type of data in a timely manner without program changes; this was one justification for hybrid region / GC systems.
- Thus in automatic reference counting, programmer-specified finalizers are often short or absent, but significant work may still be done, while in tracing garbage collectors finalization is often unnecessary.
- This approach is not usable in most garbage collected languages notably tracing garbage collectors or more advanced reference counting due to finalization being non-deterministic, and sometimes not occurring at all.
- Computer scientists have also discovered ways to tracing garbage collector to reclaim cycles; since cycles typically constitute a relatively small amount of reclaimed space, the collector can be run much less often than with an ordinary tracing garbage collector.
- It's difficult to find tracing garbage collector in a sentence. 用tracing garbage collector造句挺難的
- Computer scientists have also discovered ways to tracing garbage collector to reclaim cycles; since cycles typically constitute a relatively small amount of reclaimed space, the collector can be run much less often than with an ordinary tracing garbage collector.
- More precisely, syntactic garbage is data that is unreachable due to the reference graph ( there is no path to it ), which can be determined by many algorithms, as discussed in tracing garbage collector and only requires analyzing the data, not the code.
- Because of these performance problems, most modern tracing garbage collectors implement some variant of the " tri-color marking " abstraction, but simple collectors ( such as the " mark-and-sweep " collector ) often do not make this abstraction explicit.